home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aircraft Imagery
/
Aircraft Imagery.iso
/
autorun
/
autorun.~dp
< prev
next >
Wrap
Text File
|
1996-03-13
|
161b
|
13 lines
program Autorun;
uses
Forms,
Unit1 in '\UNIT1.PAS' {Form1};
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.